@charset "utf-8";
/* CSS Document */


.header{
}
.top-bar{
    background:rgba(0,0,0,.07);
    height:30px;
    line-height:29px;
    color:#555;
}
.top-sitename span{
    font-weight: bold;
}
.top-tel{
    font-family: Arial;
}
.top-tel a{
    display: inline-block;
    margin:0 0 0 20px;
}
.top-tel i{
    padding: 8px 5px 0 0;
    font-size: 12px;
    vertical-align: top;
}
.logo{
    overflow:hidden;
    margin:20px 0 15px;
    max-height: 70px;
}
.top-tel_b{
    background: url("../image/tel.png") no-repeat left center;
    padding:5px 0 5px 50px;
    font-size: 12px;
    line-height: 1.2;
    margin:20px 0 0 0;
}
.top-tel_b p{
    font-size: 30px;
    font-family: Arial;
    color: #f6630b;
    font-weight: bold;
}
.navbar{
    background: #3caf64;
    margin-bottom: 0;
    transition:top .5s;
    border: none;
	border-radius:0;
}
.top-menu{
    padding:0;
}
.top-menu .item{
    display: inline-block;
    width:120px;
    position:relative;
    margin:0 1px 0 0;
}
.top-menu .item h6{
    line-height:50px;

}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    font-size:15px;
    color: #fff;
    transition: 0s;
}
.top-menu .item h6 a span{
    display: none;
}
.top-menu .item h6.on a span{
    display:inline-block;
    font-size: 8px;
    padding:0 0 0 5px;
    color: #eee;
    vertical-align: middle;
    margin-top:-2px;
}
.top-menu .item h6:hover,.top-menu .item h6.cur{
    background: rgba(0,0,0,.15);
    font-weight: bold;
}
.top-menu .item h6 a:hover span,.top-menu .item h6.cur a span,.top-menu .item h6:hover a,.top-menu .item h6.cur a{
    color: #fff;
}

.top-menu .item ul{
    position:absolute;
    top:90px;
    z-index:9999;
    background:#3caf64;
    left:-10px;
    width:140px;
    opacity:0;
    transition:all .3s;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.top-menu .item:hover ul{
    visibility:visible;
    opacity: 1;
    top:50px;
    left:-10px;
}
.top-menu .item li{
    height:36px;
    overflow:hidden;
}

.top-menu .item li a{
    display:block;
    line-height:36px;
    font-size:12px;
    padding:0 20px;
    color: #fff;
    text-align: center;
}

.top-menu .item li a:hover{
    background: rgba(0,0,0,.1);
    color: #fff;
}
.navbar-fixed{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index: 9999;
    background: rgba(255,255,255,.98);
    box-shadow:0 3px 5px rgba(0,0,0,.2);
    border-bottom: 2px solid #3caf64;
    text-align: center;
}
.navbar-90{
    top:-90px;
}
.navbar-0{
    top:0;
}
.navbar-fixed .top-menu .item h6 a{
    color: #555;
}
.navbar-fixed .top-menu .item h6:hover,.navbar-fixed .top-menu .item h6.cur{
    background:#3caf64;
}
.navbar-fixed .top-menu .item h6.on a span{
    color: #888;
}
.navbar-fixed .top-menu .item h6 a:hover span,.navbar-fixed .top-menu .item h6.cur a span,
.navbar-fixed .top-menu .item h6:hover a,.navbar-fixed .top-menu .item h6.cur a{
    color: #fff;
}

/*
    index____title
*/


.tit-box h4{
    font-size: 28px;
    color: #444;
    font-weight: bold;
}
.tit-box1 h4{
    color: #fff;
    font-size:30px;
}
.tit-box-1 h4{
    color: #777;
    font-size:30px;
}
.tit-box p{
    font-size: 14px;
    margin:8px 0 0 0;
    color: #888;
    font-family: Arial;
    text-transform: uppercase;
}
.tit-box1 p{
    color: #fff;
}
.tit-box2{
    position: relative;
}
.tit-box2 h4{
    position: absolute;
    top:0;
    left:25px;
    background: #fafbfd;
}
.tit-box2 em{
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    color: #3c763d;
    opacity:.15;
    z-index: -1;
    top:-5px;
    font-family: Arial;
    position: absolute;
    font-weight: bold;
}
/*
    首页产品分类
*/

.tit-menu{
    height:30px;
    overflow: hidden;
    text-align: right;
}
.tit-menu ul li{
    display: inline-block;
    margin:0 4px;
}

.tit-menu ul li a{
    display: inline-block;
    margin: 10px 10px;
    line-height: 12px;
    font-size: 12px;
    background: transparent;
    transition: all 0.3s ease-out 0s;
    color: #888;
}
.tit-menu ul li a:after{
    display: block;
    content: '';
    width:0;
    height:1px;
    background: #666;
    margin:6px 0 0 0;
    transition: all 0.3s ease-out 0s;
}
.tit-menu ul li:first-child a,.tit-menu ul li a:hover{
    color: #666;
}
.tit-menu ul li:first-child a:after,.tit-menu ul li a:hover:after{
    width:100%;
}

/*
    我们的优势
*/
.ys-wrap{
    padding:60px 0 0 0;
}
.ys-box{
    padding:60px 0 0 0;
}
.ys-box [class*=col-md-]{
    padding: 0;
}
.ys-box .col-md-5{
    background: #3caf64;
    height:200px;
    margin:20px 0 0 0;
    padding:0 0 0 40px;
    color: #fff;
}

/*
    产品图片样式
*/
.product-wrap{
    padding:60px 0 50px;
    background: url("../image/bg2.jpg") no-repeat center bottom #fff;
}

.product-con{
    position: relative;
    margin:40px 0 0;
}
.product-con .owl-controls{
    position: absolute;
    top:50%;
    width:100%;
    margin-top:-30px;
}
.product-con .owl-controls span{
    color: #3caf64;
}
.product-con .owl-controls .owl-prev,.product-con .owl-controls .owl-next{
    position: absolute;
    font-size: 30px;
}
.product-con .owl-controls .owl-prev{
    left:-30px;
}
.product-con .owl-controls .owl-next{
    right:-30px;
}
.img-item{
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    margin:0 0 20px;
    padding:8px;
}
.img-item .img{
    overflow: hidden;
    position: relative;
}
.img-item .img span{
    opacity:0;
    top:-150px;
    transition: all .3s;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(35,40,62,.8);
    z-index: 2;
    left:0;
    text-align: center;
    padding:49% 0 0 0;
    font-size: 18px;
}
.img-item .img h4{
    opacity:0;
    position: absolute;
    left:0;
    bottom: -30px;
    z-index: 3;
    background: #3caf64;
    margin:0 5%;
    width:90%;
    height:36px;
    color: #fff;
    line-height:36px;
    font-size: 14px;
    text-align: center;
    transition: all .3s ease-out 0s;
    transition-delay: .2s ;
}
.img-item:hover .img span{
    opacity:1;
    top:0;
}
.img-item:hover .img h4{
    bottom:0;
    opacity:1;
}
.img-item .img img{
    max-width: 100%;
    height:auto;
    transition: all .6s;
}
.img-item h4{
    position: relative;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding:15px 10px;
}

/********
      关于我们
*******/


.about-wrap{
    padding:60px 0 80px;
    overflow: hidden;
}
.about-tit{
    margin:0 0 40px 0;
}
.about-tit h4{
    background: #fff;
    line-height:1;
    color: #3caf64;
    font-size: 24px;
    left:10px;
}
.about-tit em{
    color: #999;
}
.about-img{
    padding:0 0 0 7px;
}
.about-con{
    padding:80px 20px 0 0;
}
.about-con .con{
    font-size: 13px;
    padding:20px 0 0 0;
    height:300px;
    color: #666;
    line-height:2;
    overflow: hidden;
}
.about-con .con a{
    color: #666;
}

.about-con .ico{
    padding:10px 0 0 0;
    font-size: 16px;
    color: #333;
}
.about-con .ico span{
    color: #3caf64;
    padding:0 8px 0 0;
    font-size: 16px;
}
.about-con .ico .col-md-6{
    margin:10px 0 0;
}

/*
    ban1
*/
.ban1{
    background: url("../image/bg1.jpg") no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
}
.ban1-con{
    padding:100px 0;
}
.ban1-con .img{
    display: inline-block;
    width:74px;
    height:74px;
    border: 1px solid #fff;
    margin:0 0 20px 0;
}
.ban1-con .img span{
    color: #3caf64;
    background: #fff;
    width:60px;
    height:60px;
    text-align: center;
    line-height:60px;
    font-size: 20px;
    margin:5px 0 0 0;
}
.ban1-con .con{
    font-size: 16px;
    color: #fff;
    padding:20px 0 0 0;
}

/**box**/
.case-con{
    padding:20px 20px 20px;
    background: #f2f2f2;
}
.case-con .row{
    margin: 0;
}

.case-con .item{
    margin:0 10px;
    position: relative;
}
.case-con .item .con{
    position: absolute;
    background:rgba(0,0,0,.5);
    left:60px;
    top:60px;
    right:60px;
    bottom:60px;
    transition:  all .3s ease-out 0s;
    opacity:0;
}
.case-con .item .con h4{
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition:  all .3s ease-out 0s;
    position: relative;
    top: 50%;
    margin: -8px 0 0 0;
    line-height:1;
    transition:  all .3s ease-out 0s;
    transition-delay: .1s;
    padding:0 20px;
}
.case-con .item:hover .con{
    left:10px;
    top:10px;
    right:10px;
    bottom: 10px;
    opacity:1;
}
.case-con .item:hover .con h4{
    opacity:1;
}
.case-con .owl-controls{
    text-align: center;
    margin:15px 0 15px;
}
.case-con .owl-controls .owl-page{
    display: inline-block;
    width:7px;
    height:7px;
    background: #3caf64;
    margin:0 2px;
    transition: .3s;
    opacity:.8;
}
.case-con .owl-controls .owl-page span{
    text-indent:9999px;
}
.case-con .owl-controls .owl-page.active{
    width:14px;
    opacity:1;
}


/********
      案例
*******/

.case-tit{
    margin:80px 0;
}

.case-item{
    margin:0 0 20px 0;
    transition: .36s;
    background:#111;
    position: relative;
}
.case-item .img{
    position: relative;
}
.case-item .img img{
    width:100%;
    height:auto;
}
.case-item .img:after{
    content: '';
    left:10px;
    top:0px;
    bottom: 0px;
    right:10px;
    display: block;
    position: absolute;
    opacity:0;
    transition: all ease-out .4s;
    background: rgba(0,0,0,.5);
}
.case-item:hover .img:after{
    opacity:1;
}
.case-item .con{
    position: absolute;
    left:0;
    top:0;
    padding:0 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width:100%;
    opacity:0;
    transition: .3s;
    transition-delay: .2s;
}
.case-item:hover .con{
    top:46%;
    opacity:1;
}

/*
        ban2
*/
.ban2{
    background: url("../image/bg3.jpg") no-repeat center;
    min-height: 700px;
}
.ban2-con{
    padding:70px 150px 0 100px;
    min-height: 350px;
}
.ban2-con h4{
    padding:30px 0 10px;
    color: #333;
    font-size: 16px;
}
.ban2-con p{
    font-size: 13px;
}
.ban2-con a{
    color: #3caf64;
    margin:15px 0 0 0;
    display: inline-block;
    font-size: 14px;
}

/*
    ban3
*/
.ban3{
    background: url("../image/bg4.jpg") no-repeat center;
    min-height: 550px;
}
.ban3-con{
    background: #3caf64;
    width:440px;
    height:250px;
    position: relative;
    margin:100px 0 0 80px;
}
.ban3-con:after{
    content: '';
    display: block;
    position: absolute;
    left:10px;
    top:10px;
    bottom: 10px;
    right:10px;
    border: 1px dashed rgba(255,255,255,.6);
}
.ban3-con .con{
    padding:40px;
    color: #fff;
}
.ban3-con .con h4{
    font-weight: bold;
    font-size: 24px;
}
.ban3-con .con p{
    font-size: 14px;
    padding:20px 0 10px;
}
.ban3-con .con span{
    font-size: 16px;
    display: block;
}
.ban3-con .con span em{
    font-weight: bold;
    font-family: Arial;
    font-size: 18px;
    color: #f6630b;
    display: inline-block;
    background: #fff;
    line-height:1.5;
    padding:0 10px;
}

/*
    ban4
*/
.ban4{
    background:#3caf64 url("../image/bg5.png") no-repeat center;
    padding:40px 0;
}
.ban4-item{
    padding:40px 0 0 0;
    position: relative;
    text-align: center;
}
.ban4-item:after{
    content: ">";
    display: block;
    position: absolute;
    font-size: 40px;
    color: #777;
    font-family: 宋体;
    right:0;
    top:50%;
    margin:-20px -20px 0 0;
    opacity:.6;
}
.ban4 .col-md-2:last-child .ban4-item:after{
    display: none;
}
.ban4-item span{
    font-size:36px;
    color: #777;
    border: 2px solid #777;
    width:90px;
    height:90px;
    border-radius: 50%;
    text-align: center;
    line-height:90px;
}
.ban4-item h5{
    font-size: 16px;
    color: #777;
    padding:15px 0 0 0;
    text-align: center;
}


/********
      新闻
*******/

.news-wrap{
    padding:50px 0;
}
.news-box{
    padding:40px 0 20px;
    overflow: hidden;
}
.news-img{
    padding:0 20px 0 0;
}
.news-con{
    padding:0 0 15px;
    border-bottom: 1px solid #eee;
    margin:0 0 15px 0;
}

.news-con1 li{

}
.news-con1 li a{
    display: inline-block;
    max-width:80%;
    font-size: 13px;
}
.news-con1 li a i{
    font-size: 10px;
    vertical-align: middle;
    color: #3caf64;
    padding:0 6px 0 0;
}
.news-con1 li span{
    color: #777;
}
.news-item{
    padding:5px 10px 0;
}
.news-item span{
    font-family: Arial;
    color: #888;
    font-size: 12px;
    text-align: right;
    display: block;
    padding:0 10px 0 0;
}
.news-item p{
    font-size: 13px;
    color: #888;
    padding:10px 0 0 0;
    height:50px;
    overflow: hidden;
}
.news-more a{
    display: inline-block;
    width:120px;
    height:40px;
    line-height:40px;
    text-align: center;
    background: #3caf64;
    font-size: 14px;
    color: #fff;
}


/*
* 城市分销
*/

.city-data-wrap{
    background: #3caf64;
    padding:15px 0;
}
.city-data span{
    font-size:16px;
    color: #fff;
}
.city-data a{
    display: inline-block;
    font-size: 14px;
    color:#eee;
    padding: 5px 10px;
}



/*
    页底
*/

.footer{
    padding:30px 0;
    font-size: 14px;
    background:url("../image/footerbg.jpg");
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer-con{
    line-height:30px;
}
.friendlinks span a:first-child{
    padding:0 0 0 15px;
}


@media (min-width:1440px) {
    .container-w1300 {
        width: 1300px;
    }

    .container-max {
        width: 1500px;
    }
}

@media (min-width:1200px){
    .xz-block-item{
        padding:0 10px;
    }
    .xz-block-item .img{
        width:25%;
        padding:0 4%;
        margin:7px 0 0 0;
    }
    .xz-block-item .con{
        width:75%;
        padding:0 10px;
    }
    .xz-block-item .con p{
        height:44px;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
    }
}


/*
    右下角按钮
*/

.um-fix-btn {
    position: fixed;
    right:5px;
    bottom: 320px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.um-fix-btn a{
    display: block;
    width:40px;
    height:40px;
    border: 1px solid rgba(0,0,0,.08);
    background:#fff;
    font-size: 16px;
    color: #444;
    text-align: center;
    border-bottom: none;
    transition:0s;
}

#ufb-gotop{
    background: #3caf64;
    color: #fff;
}
.um-fix-btn a i{
    line-height:40px;
}
.um-fix-btn a:hover{
    background: #444;
    border: 1px solid #444;
    color: #fff;
    border-bottom: none;
}
#ufb-gotop:hover{
    background:#444;
}


.modal-code{
    width: 300px;
    margin: 15% auto 0;
}
.modal-code img{
    width:270px;
}

/*===== kefu ====*/
.kefu {width:99px;height:60px;position:absolute;top:0px; z-index:999}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}
.kefu .kfbox .tit{padding-left:0; font-size:12px;}

